@font-face {
  font-family: Apricot;
  src: url(Apricot-BF650c4a6357ce1.otf);
}


p{
  margin: 0;

}

body{
  margin: 0;
  padding: 0;
  
}


nav a{
  
  
  text-decoration: none;
  color: black;
  font-weight: bold;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 100;
}

nav a:hover{
  
  color: white;
}

.header{
  background-color: transparent;
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding:24px 20px ;
  top: 0;
  right:0;
  left:0;
  position: relative;
  z-index: 100;
  

  
}




.company-name{
  font-weight: 400;
  display: block;
  width: 250px;
  margin:10px 0px;
  font-size: 30px;
  padding-left: 40px;
  padding-right: 0px;
  min-width: 250px;
  cursor: pointer;
  font-family: Apricot;
  text-decoration:underline;
  color: black;
  
}

nav{
  
  
  display: flex;
  width: 1fr;
  font-size: 24px;
  font-family: Macondo;
  justify-content: space-between;
  padding-right: 20px;
  cursor: pointer;
  flex-shrink: 0;
  text-transform: uppercase;
  padding: 20px 30px ;
  
  position: relative;
}


nav span{
  position: absolute;
  top: 0px;
  left: 22px;
  width: 130px;
  height: 68px;
  border-radius: 8px;
  transition: all 0.5s ;
}

nav a:nth-child(1):hover~span
{
  
  background: linear-gradient(45deg, #13c5ce, #0d91c6) ;
  left: 20px;
}
nav a:nth-child(2):hover~span
{
  /* background: linear-gradient(45deg, #4f1919, #ff3333) ; */
  background: linear-gradient(45deg, #13c5ce, #0d91c6) ;
   left: 145px;
  width: 145px;

}
nav a:nth-child(3):hover~span
{
  /*background: linear-gradient(45deg, #4f1919, #ff3333) ; */ 
  background: linear-gradient(45deg, #13c5ce, #0d91c6) ;
   left: 295px;
  width: 140px;
}


#slidebar-active{
  display: none;
}

label{
  display: none;
  z-index: -2;
}

.open-slidebar, .close-slidebar{
  font-size: 24px;
  padding: 0 20px;
  display: none;
  color: white;
}

#select , #cancel{
  display: none;
}



.hero-image{
  background-image: url(3.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  
  margin-top: -137px;
  padding: 0;
  position: relative;
}

.logo-image{
  position: absolute;
  top: 50%;
  left: 22%;
  height: 150px;
  width: 150px;
  border-radius: 100px;
}

.slogan{
  position: absolute;
  top: calc(44% - 0px);
  left: calc(50% - 100px);
  font-family: Apricot;
  font-size: 60px;
  display: inline;
  display: block;
   
}

.social-media-icons{
  display: flex;
  position: absolute;
  flex-direction: column;
  font: 24px bold Apricot;
  top: 40%;
  left: 0;
  margin-left: 50px;
  
}

.social-media-icons a{
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 3rem;
  width: 3rem;
  outline: none;
  border: 4px solid #090909;
  border-radius: 50%;
  background: linear-gradient(145deg, #171717, #444245);
  box-shadow: inset 2px 2px 0px #7d7c7e,
  inset -2px -2px 0px #1c1c1c;
  color: #ffffff;
  font-family: macondo;
  margin: 20px 0px;
 
  
}

.social-media-icons a:active{
  border: 1px solid #090909;
  
}




.contact-btn{
  position: relative;
  top:calc(5% - 0px);
  left: calc(-1% - 0px);
  font-size: 20px;
  height: 5rem;
  width: 5rem;
  outline: none;
  border: 4px solid #090909;
  border-radius: 50%;
  background: linear-gradient(145deg, #171717, #444245);
  box-shadow: inset 2px 2px 0px #7d7c7e,
  inset -2px -2px 0px #1c1c1c;
  color: #ffffff;
  font-family: macondo;
  margin-right: -89px;
  z-index: 20;
}

.learn-more-btn{
  position: relative;
  top:calc(5% - 0px);
  left: calc(0% - 0px);
  font-size: 24px;
  border-radius:50px ;
  outline:none;
  border: none;
  box-shadow: inset 3px 0px 15px;
  font-family: Macondo;
  padding-top: 26.1px;
  padding-bottom: 28px;
  padding-right:80px;
  padding-left: 100px;
}


@media(max-width:1042px){
  nav {
    flex-direction: column;
    align-items: start;
    position: fixed;
    top: 20%;
    right: -100%;
    z-index: 10;
    width: 300px;
    background-color: #222;
    height: 50%;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    border-radius: 15px;
    align-items:  center;
    
    
   
  }
  nav a{
  
    padding: 20px 10px;
    color: cyan;
    

  
  }

  nav span{
    position: absolute;
    top: 17px;
    width: 130px;
    height: 68px;
    left: 25%;
    border-radius: 8px;
    transition: all 0.5s ;
  }

  nav a:nth-child(1):hover~span
{
  
  background: linear-gradient(45deg, #4f1919, #ff3333) ; 
  bottom: 17px;
  left: 27.5%;
}
nav a:nth-child(2):hover~span
{
   background: linear-gradient(45deg, #4f1919, #ff3333) ; 
  
   top: 40%;
   left: 25%;
  width: 145px;

}
nav a:nth-child(3):hover~span
{
  background: linear-gradient(45deg, #4f1919, #ff3333) ; 
 
   top: 75%;
   left: 24%;
  width: 140px;
}

#select{
  display: block;
  transition: 0s 1s ;
  size: 34px;
}

.open {
  right: 0;
}

  }

@media(max-width:1500px)  {
  .logo-image{
  display: none;
  }
  .slogan{
    font-size: 55px;
    top: 46%;
    left: 45%;

  }
}

@media(max-width:1430px){
  .slogan{
    font-size: 45px;
    top: 49%;
    left: 47%;

  }
}
@media(max-width: 1320px){
  .slogan{
   
   left: 50%;
  }
 }    
  
@media(max-width: 1280px){
  .slogan{
    font-size: 40px;
    top: 52%;
    left: 50%;
  }
}

@media(max-width: 1200px){
  .slogan{
    font-size: 35px;
    left: 55%;
    top: 53%;
}
}

@media(max-width: 1100px){
  .slogan{
    font-size: 30px;
    top: 50%;
    left: 60%;
  }
}

@media(max-width: 1050px){
  .slogan{
    font-size: 35px;
    top: 85%;
    left: 10%;
    text-decoration: underline;
    
  }
  br{
    display: none;
  }
  .company-name{
    padding-left: 10px;
  }
}
@media(max-width: 900px){
  .slogan{
    font-size: 30px;
  }
}

@media (min-width:320px) and  (max-width: 600px) {
  .slogan{
    
 font-size: 25px;
 padding: 0px 10px 0 0;
 text-align: center;
}
  .social-media-icons{
    display: none;
  }
  br{
    display: none;
  }
 
}


